Skip to content

Fix workflow: add heroku remote and restore model names#5

Merged
Gabrielebattimelli merged 1 commit intomainfrom
add-agent-skill
Apr 22, 2026
Merged

Fix workflow: add heroku remote and restore model names#5
Gabrielebattimelli merged 1 commit intomainfrom
add-agent-skill

Conversation

@Gabrielebattimelli
Copy link
Copy Markdown
Member

Two fixes to the weekly-index workflow:

  • Use git remote add instead of git remote set-url — the heroku remote doesn't exist in a fresh Actions checkout
  • Restore GEMINI_MODEL and GEMINI_FAST_MODEL to gemini-3-flash-preview

Copilot AI review requested due to automatic review settings April 22, 2026 19:15
@Gabrielebattimelli Gabrielebattimelli merged commit 85c09c6 into main Apr 22, 2026
2 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the weekly-index GitHub Actions workflow so it can reliably interact with the Heroku git remote in a fresh Actions checkout, and restores the intended default Gemini model names used by the indexing pipeline.

Changes:

  • Switch Heroku remote setup from git remote set-url to git remote add to avoid failures when the remote doesn’t exist.
  • Restore GEMINI_MODEL and GEMINI_FAST_MODEL default fallbacks to gemini-3-flash-preview.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants